runtime.mspan.allocCountBeforeCache (field)
6 uses
runtime (current package)
mcache.go#L186: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L201: s.allocCountBeforeCache = 0
mcache.go#L219: s.allocCountBeforeCache = s.allocCount
mcache.go#L300: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L301: s.allocCountBeforeCache = 0
mheap.go#L509: allocCountBeforeCache uint16 // a copy of allocCount that is stored just before this span is cached
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |